-
Notifications
You must be signed in to change notification settings - Fork 131
feat: Add read-only getters for Point.fields and Point.tags
#828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d9f5ac6 to
48b0080
Compare
|
@bednar I don't know what happened in the failed check ... |
|
@g3n35i5, the client-backpressure check is flaky, so feel free to ignore it. |
|
@bednar any updated on this? |
48b0080 to
e01137c
Compare
bednar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #828 +/- ##
============================================
+ Coverage 88.79% 88.81% +0.01%
- Complexity 778 791 +13
============================================
Files 174 174
Lines 7248 7250 +2
Branches 413 413
============================================
+ Hits 6436 6439 +3
+ Misses 681 680 -1
Partials 131 131 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@g3n35i5 is is merged into master branch. How urgent is the release? |
|
Thanks! I just contributed this for better testability in other libraries, since there are workarounds it is not time critical. Cheers! |
This makes testing easier.
Proposed Changes
I am currently contributing to a Jenkins Plugin which uses InfluxDB. Testing this plugin currently requires the use of Java reflections in order to compare written tags and fields.
Adding read-only getter functions for
tagsandfieldswould make this more easy.Checklist
mvn testcompletes successfully